Skip to main content

SendGrid actions

1. About Send Email

This connector can be used to send email.

Properties expected by the connector:

PropertyTypeRequired
toEmailjsonYes
templateDatajsonYes
subjectStringYes
fromEmailStringYes
fromNameStringYes
EffectiveDateDatetimeYes
replyToEmailStringYes
templateIdStringYes
fromEmailStringYes

count is representing, number of Institution list you are looking for. Max number is 500

offset is representing, number of Institution you want to offset from the result.

Find Your API KEY : https://app.sendgrid.com/settings/api_keys

Find Your Template Id: https://mc.sendgrid.com/dynamic-templates

Create New SendGrid Email Template: https://mc.sendgrid.com/dynamic-templates/new

Sample to Email Format `

 [
{
"email": "john.doe@example.com",
"name": "John Doe"
}
]

Sample template Data `

 {
"verb": "",
"adjective": "",
"noun": "",
"currentDayofWeek": ""
}